From: Richard M. Stallman Date: Mon, 24 Jun 1996 16:59:49 +0000 (+0000) Subject: (rmail-summary-by-senders): Fix typo in fn name. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~83568 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=aa39a5ddc09e6566286c4b9cfce9fee3e48835fb;p=emacs.git (rmail-summary-by-senders): Fix typo in fn name. --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 151ba8346ba..9e6593427df 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -2733,7 +2733,7 @@ but if WHOLE-MESSAGE is non-nil (prefix arg given), SUBJECT is a string of regexps separated by commas." t) -(autoload 'rmail-summary-by-sender "rmailsum" +(autoload 'rmail-summary-by-senders "rmailsum" "Display a summary of all messages with the given SENDERS. SENDERS is a string of names separated by commas." t)